home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / DefineButton2_337 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2005-08-05  |  67 b   |  7 lines

  1. on(rollOver){
  2.    if(check >= 4)
  3.    {
  4.       check = 5;
  5.    }
  6. }
  7.